home *** CD-ROM | disk | FTP | other *** search
/ Resource Library: Multimedia / Resource Library: Multimedia.iso / sgml / msdos / sgml07 / lineout.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-03-27  |  466 b   |  19 lines

  1. /* lineout.h */
  2.  
  3. /* Output codes used by sgmls. */
  4.  
  5. #define DATA_CODE '-'
  6. #define START_CODE '('
  7. #define END_CODE ')'
  8. #define ATTRIBUTE_CODE 'A'
  9. #define DATA_ATTRIBUTE_CODE 'D'
  10. #define REFERENCE_ENTITY_CODE '&'
  11. #define DEFINE_NOTATION_CODE 'N'
  12. #define DEFINE_EXTERNAL_ENTITY_CODE 'E'
  13. #define DEFINE_INTERNAL_ENTITY_CODE 'I'
  14. #define PI_CODE '?'
  15. #define DEFINE_SUBDOC_ENTITY_CODE 'S'
  16. #define START_SUBDOC_CODE '{'
  17. #define END_SUBDOC_CODE '}'
  18. #define LOCATION_CODE 'L'
  19.